Exception: IdentityLinker::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(e) ⇒ Error

Returns a new instance of Error.



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

def initialize(e)
  super
end

Instance Method Details

#messageObject



7
8
9
# File 'lib/identity_linker/error.rb', line 7

def message
  super.sub('(S:Server) ','')
end

#to_sObject



11
12
13
# File 'lib/identity_linker/error.rb', line 11

def to_s
  super.sub('(S:Server) ','')
end