Exception: LoaderNotFoundException

Inherits:
Exception
  • Object
show all
Defined in:
lib/shot/loader_not_found_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ LoaderNotFoundException

Returns a new instance of LoaderNotFoundException.



11
12
13
# File 'lib/shot/loader_not_found_exception.rb', line 11

def initialize(message)
	super(message)
end