Exception: RbSSO::Client::WrongService
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- RbSSO::Client::WrongService
- Defined in:
- lib/rbsso/client.rb
Instance Method Summary collapse
-
#initialize(expected, was) ⇒ WrongService
constructor
A new instance of WrongService.
Constructor Details
#initialize(expected, was) ⇒ WrongService
Returns a new instance of WrongService.
14 15 16 |
# File 'lib/rbsso/client.rb', line 14 def initialize(expected, was) super "Ticket issued for #{was} is not valid on #{expected}." end |