Exception: Seatbelt::Errors::MultipleTapeUsageDetectedError

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

Overview

Public: Will be raised if a tape should be used in multiple tape decks.

Instance Method Summary collapse

Instance Method Details

#messageObject



101
102
103
# File 'lib/seatbelt/errors/errors.rb', line 101

def message
  "A tape can't be used in multiple tape decks."
end