Exception: BPM::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ Error

Returns a new instance of Error.



9
10
11
# File 'lib/bpm/errors.rb', line 9

def initialize(*args)
  super format_message(*args)
end

Instance Method Details

#format_message(*args) ⇒ Object



5
6
7
# File 'lib/bpm/errors.rb', line 5

def format_message(*args)
  args.join ","
end