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