Exception: PUBError
- Inherits:
-
StandardError
- Object
- StandardError
- PUBError
- Defined in:
- lib/pubg/pub_error.rb
Instance Method Summary collapse
-
#initialize(msg = "Opps something happened") ⇒ PUBError
constructor
A new instance of PUBError.
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 |