Exception: Codebot::ValidationError

Inherits:
UserError
  • Object
show all
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

Constructor Details

#initialize(message) ⇒ ValidationError

Constructs a new validation error.

Parameters:

  • message (String)

    the error message



13
14
15
# File 'lib/codebot/validation_error.rb', line 13

def initialize(message)
  super
end