Exception: Pharrell::BindingNotFoundError
- Inherits:
-
Exception
- Object
- Exception
- Pharrell::BindingNotFoundError
- Defined in:
- lib/pharrell/errors.rb
Instance Method Summary collapse
-
#initialize(klass) ⇒ BindingNotFoundError
constructor
A new instance of BindingNotFoundError.
- #message ⇒ Object
Constructor Details
#initialize(klass) ⇒ BindingNotFoundError
3 4 5 |
# File 'lib/pharrell/errors.rb', line 3 def initialize(klass) @klass = klass end |
Instance Method Details
#message ⇒ Object
7 8 9 |
# File 'lib/pharrell/errors.rb', line 7 def "Binding for #{@klass} could not be found!" end |