예제 #1
0
 /**
  * {@inheritdoc}
  * */
 public function __construct($message = '', $code = 0, \Exception $previous = NULL)
 {
     parent::__construct($message, $code, $previous);
 }