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

Extending this class

<?php
/**
* New class description goes here
* 
* @author Your Name, 2026-08-23
**/
class NewClassName extends SignatureInvalidException {
    
}
?>