Exception: Karaden::Exception::FileNotFoundException

Inherits:
KaradenException
  • Object
show all
Defined in:
lib/karaden/exception/file_not_found_exception.rb

Instance Attribute Summary

Attributes inherited from KaradenException

#body, #code, #error, #headers

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ FileNotFoundException

Returns a new instance of FileNotFoundException.



4
5
6
# File 'lib/karaden/exception/file_not_found_exception.rb', line 4

def initialize(message = nil)
  super
end