Example #1
0
 function __construct()
 {
     parent::__construct('SQL Fetch attempted on return value that had no data');
 }
Example #2
0
 function __construct($message, $content, \Exception $previous = null)
 {
     parent::__construct($message, $previous);
     $this->content = $content;
 }