Exception: Ansa::AnsaError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ansa/errors.rb

Overview

Base class for errors

Instance Method Summary collapse

Constructor Details

#initialize(msg = "General error") ⇒ AnsaError

Returns a new instance of AnsaError.



5
6
7
# File 'lib/ansa/errors.rb', line 5

def initialize(msg="General error")
  super
end