Exception: LibraryLoadException
- Inherits:
-
Exception
- Object
- Exception
- LibraryLoadException
- Defined in:
- lib/shot_libs/library_load_exception.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ LibraryLoadException
constructor
A new instance of LibraryLoadException.
Constructor Details
#initialize(message) ⇒ LibraryLoadException
Returns a new instance of LibraryLoadException.
11 12 13 |
# File 'lib/shot_libs/library_load_exception.rb', line 11 def initialize() super() end |