class FixedDataSizeWrong

Public Class Methods

new(msg=nil) click to toggle source
Calls superclass method BareException::new
# File lib/exceptions.rb, line 9
def initialize(msg=nil)
  super
end