Exception: Version::Error

Inherits:
StandardError
  • Object
show all
Defined in:
app/support/version.rb

Overview

Bespoke error class to highlight version errors

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Unsupported or invalid version') ⇒ Error

Returns a new instance of Error.



14
15
16
# File 'app/support/version.rb', line 14

def initialize(msg = 'Unsupported or invalid version')
  super
end