Exception: Sunniesnow::Charter::OffsetError

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

Instance Method Summary collapse

Constructor Details

#initialize(method_name) ⇒ OffsetError



14
15
16
# File 'lib/sscharter.rb', line 14

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