Exception: ControllerLoadException

Inherits:
Exception
  • Object
show all
Defined in:
lib/shot_mvc/controller_load_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ ControllerLoadException

Returns a new instance of ControllerLoadException.



11
12
13
# File 'lib/shot_mvc/controller_load_exception.rb', line 11

def initialize(message)
	super(message)
end