Exception: Shortly::Errors::ShortlyError
- Inherits:
-
StandardError
- Object
- StandardError
- Shortly::Errors::ShortlyError
- Defined in:
- lib/shortly/errors.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(msg) ⇒ ShortlyError
constructor
A new instance of ShortlyError.
Constructor Details
#initialize(msg) ⇒ ShortlyError
Returns a new instance of ShortlyError.
28 29 30 |
# File 'lib/shortly/errors.rb', line 28 def initialize(msg) super("ShortlyError - #{msg}") end |