class SimpleTax::Error
Public Class Methods
new(status)
click to toggle source
Calls superclass method
# File lib/simpletax.rb, line 10 def initialize status super "ServerError #{status}" end