예제 #1
0
 function __construct($message = 'Not Found')
 {
     parent::__construct(404, $message);
 }
예제 #2
0
 function __construct($message = 'Forbidden')
 {
     parent::__construct(403, $message);
 }