Exception: Exceptions::BadFileNameError
- Inherits:
-
StandardError
- Object
- StandardError
- Exceptions::BadFileNameError
- Defined in:
- lib/senkyoshi/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Bad File Name") ⇒ BadFileNameError
constructor
A new instance of BadFileNameError.
Constructor Details
#initialize(msg = "Bad File Name") ⇒ BadFileNameError
Returns a new instance of BadFileNameError.
18 19 20 |
# File 'lib/senkyoshi/exceptions.rb', line 18 def initialize(msg = "Bad File Name") super(msg) end |