Exception: PUBError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pubg/pub_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Opps something happened") ⇒ PUBError

Returns a new instance of PUBError.



2
3
4
# File 'lib/pubg/pub_error.rb', line 2

def initialize(msg="Opps something happened")
  super(msg)
end