class ControllerNotFoundException

What is this item?

What does this item do?

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_not_found_exception.rb, line 11
def initialize(message)
        super(message)
end