class Olib::Errors::TooHeavy
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/Olib/core/errors.rb, line 71 def initialize message = String.new message.concat "\n\nYou were too heavy to do something!" message.concat "\nyou should rescue this error if you don't want your script to break" super Errors.indent message end