Example #1
0
 /**
  * @param string $message The message of the exception.
  * @param int    $code    The numeric code of the exception.
  */
 public function __construct($message, $code = 0)
 {
     parent::__construct((string) $message, (int) $code);
 }