class Tabulous::TabulousError

Public Class Methods

new(msg=nil) click to toggle source
Calls superclass method
# File lib/tabulous/errors.rb, line 4
def initialize(msg=nil)
  msg = "Tabulous Error: #{msg}"
  super
end