Exception: TagOptions::Errors::ResolverError

Inherits:
TagOptions::Error show all
Defined in:
lib/tag_options/errors/resolver_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ ResolverError

Returns a new instance of ResolverError.



6
7
8
# File 'lib/tag_options/errors/resolver_error.rb', line 6

def initialize(name)
  super("a resolver named `#{name}` has not been registered")
end