class Novika::Resolver::RunnableError

Overview

Raised when there is an error during runnable resolution.

Defined in:

novika/resolver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, runnable : Runnable) #

Instance Method Detail

def runnable : Novika::Resolver::Runnable #

Returns the runnable which is assumed to be the source of this error.