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.



18
19
20
# File 'lib/senkyoshi/exceptions.rb', line 18

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