Exception: MethodSizeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/error/MethodSizeError.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ MethodSizeError

Returns a new instance of MethodSizeError.



3
4
5
# File 'lib/error/MethodSizeError.rb', line 3

def initialize(msg)
  super(msg)
end