Exception: Zaig::BaseError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zaig/base_error.rb

Overview

Default library error

Instance Method Summary collapse

Constructor Details

#initialize(message = self.class.default_message) ⇒ BaseError

Returns a new instance of BaseError.



6
7
8
# File 'lib/zaig/base_error.rb', line 6

def initialize(message = self.class.default_message)
  super
end