class Novika::Resolver::ResponseRejectedError

Overview

Raised when there are rejected runnables in a response.

Defined in:

novika/resolver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(response : Response) #

[View source]

Instance Method Detail

def response : Novika::Resolver::Response #

Returns the response which contains some rejected runnables.


[View source]