Exception: Codebot::ValidationError
- Defined in:
- lib/codebot/validation_error.rb
Overview
This exception stores information about an error that occurred due to a failed validation, for example when a network with an invalid name is created.
Instance Method Summary collapse
-
#initialize(message) ⇒ ValidationError
constructor
Constructs a new validation error.
Constructor Details
#initialize(message) ⇒ ValidationError
Constructs a new validation error.
13 14 15 |
# File 'lib/codebot/validation_error.rb', line 13 def initialize() super end |