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