class ControllerLoadException

ControllerLoadException

Raised if there was an issue while loading a controller.

Shot Framework - Copyright © Jesse Aaron Dunlap <me@jessedunlap.me> Licensed under the MIT License. For full licensing information, please see LICENSE.md. github.com/JesseDunlap/shot/

Public Class Methods

new(message) click to toggle source
Calls superclass method
# File lib/shot_mvc/controller_load_exception.rb, line 11
def initialize(message)
        super(message)
end