Esempio n. 1
0
 function __construct($message = 'Not Found')
 {
     parent::__construct(404, $message);
 }
Esempio n. 2
0
 function __construct($message = 'Forbidden')
 {
     parent::__construct(403, $message);
 }