Exception: Beachcomber::BadFlagsError

Inherits:
CombError show all
Defined in:
lib/beachcomber/errors.rb

Overview

FFI-boundary conditions (no CombError variant on the Rust side).

Instance Attribute Summary

Attributes inherited from CombError

#kind

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BadFlagsError

Returns a new instance of BadFlagsError.



39
40
41
# File 'lib/beachcomber/errors.rb', line 39

def initialize(message)
  super('bad_flags', message)
end