Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
performance-booster
/
vendor
/
laravel
/
serializable-closure
/
src
/
Exceptions
/
File Content:
InvalidSignatureException.php
<?php namespace PerformanceBooster\Laravel\SerializableClosure\Exceptions; use Exception; class InvalidSignatureException extends Exception { /** * Create a new exception instance. * * @param string $message * @return void */ public function __construct($message = 'Your serialized closure might have been modified or it\'s unsafe to be unserialized.') { parent::__construct($message); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
InvalidSignatureException.php
443 bytes
0644
MissingSecretKeyException.php
413 bytes
0644
PhpVersionNotSupportedException.php
390 bytes
0644
N4ST4R_ID | Naxtarrr