Exception: LoteriasCaixa::ContestNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "I couldn't reach the contest you're looking for") ⇒ ContestNotFound

Returns a new instance of ContestNotFound.



3
4
5
# File 'lib/exceptions.rb', line 3

def initialize(msg="I couldn't reach the contest you're looking for")
  super
end