Exception: JSI::Error::BlockGivenError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- JSI::Error::BlockGivenError
- Defined in:
- lib/jsi.rb
Instance Method Summary collapse
-
#initialize(msg = "Block given to a method that does not yield") ⇒ BlockGivenError
constructor
A new instance of BlockGivenError.
Constructor Details
#initialize(msg = "Block given to a method that does not yield") ⇒ BlockGivenError
Returns a new instance of BlockGivenError.
26 27 28 |
# File 'lib/jsi.rb', line 26 def initialize(msg = "Block given to a method that does not yield", *) super end |