View file vendor/laravel/framework/src/Illuminate/Validation/UnauthorizedException.php

File size: 128B
<?php

namespace Illuminate\Validation;

use RuntimeException;

class UnauthorizedException extends RuntimeException
{
    //
}