Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Illuminate\Validation; use RuntimeException; class UnauthorizedException extends RuntimeException { // }
<?php
namespace Illuminate\Validation;
use RuntimeException;
class UnauthorizedException extends RuntimeException
{
//
}