Method: Megam::Error#initialize

Defined in:
lib/megam/core/error.rb

#initializeError

Returns a new instance of Error.



19
20
21
# File 'lib/megam/core/error.rb', line 19

def initialize
  @some_msg = {}
end