6 lines
129 B
PHP
Executable File
6 lines
129 B
PHP
Executable File
<?php namespace Illuminate\Contracts\Validation;
|
|
|
|
use RuntimeException;
|
|
|
|
class UnauthorizedException extends RuntimeException {}
|