Exception: Rus3::UnsupportedMethodError
- Defined in:
- lib/rus3/error.rb
Constant Summary
Constants inherited from Error
Constants included from EmptyList
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedMethodError
constructor
A new instance of UnsupportedMethodError.
Methods inherited from Error
Methods included from EmptyList
Constructor Details
#initialize ⇒ UnsupportedMethodError
Returns a new instance of UnsupportedMethodError.
135 136 137 |
# File 'lib/rus3/error.rb', line 135 def initialize super(EMSG[:unsupported_method]) end |