Exception: Evoasm::ExceptionError

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

Overview

Represents a hardware exception (e.g. division by zero).

Instance Attribute Summary collapse

Instance Attribute Details

#architectureSymbol (readonly)

Returns the architecture

Returns:

  • (Symbol)

    the architecture



9
10
11
# File 'lib/evoasm/exception_error.rb', line 9

def architecture
  @architecture
end

#exception_nameSymbol (readonly)

Returns the exception name

Returns:

  • (Symbol)

    the exception name



6
7
8
# File 'lib/evoasm/exception_error.rb', line 6

def exception_name
  @exception_name
end