コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function __construct($message, \Exception $previous = null)
 {
     parent::__construct(Response::HTTP_FORBIDDEN, $message, $previous);
 }
コード例 #2
0
 /**
  * {@inheritdoc}
  */
 public function __construct($message, \Exception $previous = null)
 {
     parent::__construct(Response::HTTP_UNAUTHORIZED, $message, $previous);
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public function __construct($message, \Exception $previous = null)
 {
     parent::__construct(Response::HTTP_INTERNAL_SERVER_ERROR, $message, $previous);
 }