Exception: Exceptions::BadFileNameError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/senkyoshi/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Bad File Name") ⇒ BadFileNameError

Returns a new instance of BadFileNameError.



3
4
5
# File 'lib/senkyoshi/exceptions.rb', line 3

def initialize(msg = "Bad File Name")
  super(msg)
end