class Dropcaster::ConfigurationError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/dropcaster/errors.rb, line 5
def initialize(msg)
  super(msg)
end