Exception: QuickShort::NoSuchPrefix

Inherits:
StandardError
  • Object
show all
Defined in:
lib/quick_short/no_such_prefix.rb

Overview

When there is no such prefix

Instance Method Summary collapse

Constructor Details

#initialize(prefix) ⇒ NoSuchPrefix

Returns a new instance of NoSuchPrefix.



6
7
8
# File 'lib/quick_short/no_such_prefix.rb', line 6

def initialize(prefix)
  super "No such prefix registered: #{prefix}"
end