Exception: Safen::SafenError

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code = nil) ⇒ SafenError

Returns a new instance of SafenError.



5
6
7
# File 'lib/safen/error.rb', line 5

def initialize(code = nil)
  @code = code
end

Instance Attribute Details

#codeObject (readonly)

Returns the value of attribute code.



3
4
5
# File 'lib/safen/error.rb', line 3

def code
  @code
end