Method: Megam::Error#initialize
- Defined in:
- lib/megam/core/error.rb
#initialize ⇒ Error
Returns a new instance of Error.
19 20 21 |
# File 'lib/megam/core/error.rb', line 19 def initialize @some_msg = {} end |
Returns a new instance of Error.
19 20 21 |
# File 'lib/megam/core/error.rb', line 19 def initialize @some_msg = {} end |