Exception: Yake::Errors::CodeNotFound

Inherits:
Error
  • Object
show all
Defined in:
lib/yake/errors.rb

Overview

Error not found by code

Instance Method Summary collapse

Constructor Details

#initialize(code = nil) ⇒ CodeNotFound

Returns a new instance of CodeNotFound.



12
13
14
# File 'lib/yake/errors.rb', line 12

def initialize(code = nil)
  super("No Error class for code '#{code}'")
end