Exception: Use0MK::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/use0mk.rb

Overview

Standard error class concerning Use0MK errors.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString (readonly)

the message returned by 0.mk

Returns:

  • (String)


38
39
40
# File 'lib/use0mk.rb', line 38

def message
  @message
end

#statusInteger (readonly)

the status ID for the error

Returns:

  • (Integer)


41
42
43
# File 'lib/use0mk.rb', line 41

def status
  @status
end