Exception: Calyx::Errors::MissingRule
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Calyx::Errors::MissingRule
- Defined in:
- lib/calyx/errors.rb
Overview
Instance Method Summary collapse
-
#initialize(msg) ⇒ MissingRule
constructor
A new instance of MissingRule.
Constructor Details
#initialize(msg) ⇒ MissingRule
Returns a new instance of MissingRule.
14 15 16 |
# File 'lib/calyx/errors.rb', line 14 def initialize(msg) super(":#{msg} is not registered") end |