class Exceptions::BadFileNameError

Public Class Methods

new(msg = "Bad File Name") click to toggle source
Calls superclass method
# File lib/senkyoshi/exceptions.rb, line 18
def initialize(msg = "Bad File Name")
  super(msg)
end