Exception: Sem::Errors::InvalidSRN

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

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
8
9
10
11
# File 'lib/sem/errors.rb', line 5

def message
  [
    "[ERROR] Invalid parameter formatting.",
    "",
    super
  ].join("\n")
end