Exception: Rus3::UnsupportedMethodError

Inherits:
Error
  • Object
show all
Defined in:
lib/rus3/error.rb

Constant Summary

Constants inherited from Error

Error::A2L_MAP

Constants included from EmptyList

EmptyList::EMPTY_LIST

Instance Method Summary collapse

Methods inherited from Error

#smart_error_value

Methods included from EmptyList

#null?

Constructor Details

#initializeUnsupportedMethodError

Returns a new instance of UnsupportedMethodError.



135
136
137
# File 'lib/rus3/error.rb', line 135

def initialize
  super(EMSG[:unsupported_method])
end