Exception: Beachcomber::BadFlagsError
- Defined in:
- lib/beachcomber/errors.rb
Overview
FFI-boundary conditions (no CombError variant on the Rust side).
Instance Attribute Summary
Attributes inherited from CombError
Instance Method Summary collapse
-
#initialize(message) ⇒ BadFlagsError
constructor
A new instance of BadFlagsError.
Constructor Details
#initialize(message) ⇒ BadFlagsError
Returns a new instance of BadFlagsError.
39 40 41 |
# File 'lib/beachcomber/errors.rb', line 39 def initialize() super('bad_flags', ) end |