Exception: Singleplatform::Error::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/singleplatform/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ Base

Returns a new instance of Base.



4
5
6
# File 'lib/singleplatform/error.rb', line 4

def initialize(msg)
  super(msg)
end