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