Exception: Sunniesnow::Charter::OffsetError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sscharter/charter/beat.rb

Instance Method Summary collapse

Constructor Details

#initialize(method_name) ⇒ OffsetError

Returns a new instance of OffsetError.

Parameters:

  • method_name (Symbol)


9
10
11
# File 'lib/sscharter/charter/beat.rb', line 9

def initialize method_name
	super "offset must be set before using #{method_name}"
end