Exception: Milestoner::Errors::Base
- Inherits:
-
StandardError
- Object
- StandardError
- Milestoner::Errors::Base
- Defined in:
- lib/milestoner/errors/base.rb
Overview
The base class for all Milestoner related errors.
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(message = "Invalid Milestoner action.") ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(message = "Invalid Milestoner action.") ⇒ Base
5 6 7 |
# File 'lib/milestoner/errors/base.rb', line 5 def initialize = "Invalid Milestoner action." super end |