Exception: AtomicParsleyRuby::Exception

Inherits:
StandardError
  • Object
show all
Defined in:
lib/atomic-parsley-ruby/exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "AtomicParsleyException: Generic Exception Msg.") ⇒ Exception

Returns a new instance of Exception.



3
4
5
# File 'lib/atomic-parsley-ruby/exception.rb', line 3

def initialize(msg = "AtomicParsleyException: Generic Exception Msg.")
  super(msg)
end