Exception: FLACsmith::Errors::Base

Inherits:
StandardError
  • Object
show all
Defined in:
lib/flacsmith/errors/base.rb

Overview

The base class for all Flacsmith related errors.

Direct Known Subclasses

InvalidMetadataKey, Track

Instance Method Summary collapse

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 message = "Invalid Flacsmith action."
  super message
end