class FLACsmith::Errors::Base

The base class for all Flacsmith related errors.

Public Class Methods

new(message = "Invalid Flacsmith action.") click to toggle source
Calls superclass method
# File lib/flacsmith/errors/base.rb, line 7
def initialize message = "Invalid Flacsmith action."
  super message
end