ValidationException.php
| 202 B | Satir:
0
| php
Geri
<?php namespace Dotenv\Exception; use RuntimeException; /** * This is the validation exception class. */ class ValidationException extends RuntimeException implements ExceptionInterface { // }
Kaydet
Ctrl+S ile kaydet