UnauthorizedException.php 128B

1234567891011
  1. <?php
  2. namespace Illuminate\Validation;
  3. use RuntimeException;
  4. class UnauthorizedException extends RuntimeException
  5. {
  6. //
  7. }