Exception: Fancybox2::Module::Exceptions::FbxfileNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Fancybox2::Module::Exceptions::FbxfileNotFound
- Defined in:
- lib/fancybox2/module/exceptions.rb
Instance Method Summary collapse
-
#initialize(file_path, message = nil) ⇒ FbxfileNotFound
constructor
A new instance of FbxfileNotFound.
Constructor Details
#initialize(file_path, message = nil) ⇒ FbxfileNotFound
Returns a new instance of FbxfileNotFound.
15 16 17 18 |
# File 'lib/fancybox2/module/exceptions.rb', line 15 def initialize(file_path, = nil) = || "Fbxfile.example not found at #{file_path}" super() end |