Exception: Arborist::MessageError
- Inherits:
-
ClientError
- Object
- RuntimeError
- ClientError
- Arborist::MessageError
- Defined in:
- lib/arborist/exceptions.rb
Instance Method Summary collapse
-
#initialize(reason) ⇒ MessageError
constructor
A new instance of MessageError.
Constructor Details
#initialize(reason) ⇒ MessageError
Returns a new instance of MessageError.
12 13 14 |
# File 'lib/arborist/exceptions.rb', line 12 def initialize( reason ) super( "Invalid message (#{reason})" ) end |