SproutCMS

This is the code documentation for the SproutCMS project

class SignatureInvalidException

Exception thrown when a database query gives an empty result set for a
query which required a row to be returned

Source code (2 results)

/sprout/Exceptions/SignatureInvalidException.php   Highlighted file source

Line 20: class SignatureInvalidException extends \Exception

/sprout/Helpers/Security.php   Highlighted file source

Line 21: use Sprout\Exceptions\SignatureInvalidException;
Line 176: * @throws SignatureInvalidException A non-string value was specified for the signature
Line 177: * @throws SignatureInvalidException If the signature is not valid
Line 183: throw new SignatureInvalidException('Signature not valid');
Line 188: throw new SignatureInvalidException('Signature not valid');

A total of 6 lines in 2 files were found