PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Routing
/
Exceptions
<?php namespace Illuminate\Routing\Exceptions; use Symfony\Component\HttpKernel\Exception\HttpException; class InvalidSignatureException extends HttpException { /** * Create a new exception instance. * * @return void */ public function __construct() { parent::__construct(403, 'Invalid signature.'); } }
[-] StreamedResponseException.php
[edit]
[+]
..
[-] BackedEnumCaseNotFoundException.php
[edit]
[-] InvalidSignatureException.php
[edit]
[-] UrlGenerationException.php
[edit]