mtv\http\HttpException::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $message = null, $error_data = null, $previous = null )
    public function __construct($message = null, $error_data = null, $previous = null)
    {
        parent::__construct($message, $this->code, $previous);
        $this->error_data = $error_data;
    }