Exception: Sunniesnow::Charter::OffsetError
- Inherits:
-
StandardError
- Object
- StandardError
- Sunniesnow::Charter::OffsetError
- Defined in:
- lib/sscharter.rb
Instance Method Summary collapse
-
#initialize(method_name) ⇒ OffsetError
constructor
A new instance of OffsetError.
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 |