예제 #1
0
 public function __construct()
 {
     $message = 'You cannot change the response type because content has already been rendered';
     parent::__construct($message);
 }
예제 #2
0
 public function __construct($response_type)
 {
     $message = 'Invalid response type: ' . $response_type;
     parent::__construct($message);
 }