Exception: Mgmg::UnexpectedError
- Inherits:
-
StandardError
- Object
- StandardError
- Mgmg::UnexpectedError
- Defined in:
- lib/mgmg/utils.rb
Instance Method Summary collapse
-
#initialize ⇒ UnexpectedError
constructor
A new instance of UnexpectedError.
Constructor Details
#initialize ⇒ UnexpectedError
Returns a new instance of UnexpectedError.
132 133 134 |
# File 'lib/mgmg/utils.rb', line 132 def initialize() super("There is a bug in `mgmg' gem. Please report to https://github.com/cycloawaodorin/mgmg/issues .") end |