class Qtc::Errors::StandardError

Attributes

status[R]

Public Class Methods

new(status, message) click to toggle source
Calls superclass method
# File lib/qtc/errors.rb, line 7
def initialize(status, message)
  @status = status
  super(message)
end