class HelperLoadException

HelperLoadException

Thrown if an error occurs when loading a helper.

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