Ouzo\Api\InternalException::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $errors, $headers = [] )
    public function __construct($errors, $headers = array())
    {
        parent::__construct(self::HTTP_CODE, $errors, $headers);
    }
InternalException