Exception: QAT::Web::Error

Inherits:
StandardError
  • Object
show all
Includes:
Enrichment
Defined in:
lib/qat/web/error.rb

Overview

Basic Web error class

Since:

  • 1.0.0

Instance Method Summary collapse

Methods included from Enrichment

#rich_msg

Constructor Details

#initialize(msg = nil) ⇒ Error

Returns a new instance of Error.

Since:

  • 1.0.0



10
11
12
# File 'lib/qat/web/error.rb', line 10

def initialize(msg=nil)
  super(rich_msg(msg))
end