Exception: Ruby2CExtension::Ruby2CExtError::Bug
- Inherits:
-
Ruby2CExtension::Ruby2CExtError
- Object
- StandardError
- Ruby2CExtension::Ruby2CExtError
- Ruby2CExtension::Ruby2CExtError::Bug
- Defined in:
- lib/ruby2cext/error.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ Bug
constructor
A new instance of Bug.
Constructor Details
#initialize(msg) ⇒ Bug
Returns a new instance of Bug.
9 10 11 |
# File 'lib/ruby2cext/error.rb', line 9 def initialize(msg) super("BUG! #{msg}") end |