Exception: TagOptions::Errors::ResolverError
- Inherits:
-
TagOptions::Error
- Object
- StandardError
- TagOptions::Error
- TagOptions::Errors::ResolverError
- Defined in:
- lib/tag_options/errors/resolver_error.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ ResolverError
constructor
A new instance of ResolverError.
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 |