class Shortly::Errors::ShortlyError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/shortly/errors.rb, line 28
def initialize(msg)
  super("ShortlyError - #{msg}")
end