Exception: FixedDataSizeWrong
- Inherits:
-
BareException
- Object
- StandardError
- BareException
- FixedDataSizeWrong
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = nil) ⇒ FixedDataSizeWrong
constructor
A new instance of FixedDataSizeWrong.
Constructor Details
#initialize(msg = nil) ⇒ FixedDataSizeWrong
Returns a new instance of FixedDataSizeWrong.
27 28 29 |
# File 'lib/exceptions.rb', line 27 def initialize(msg=nil) super end |