Exception: Seatbelt::Errors::DirectiveNotAllowedError

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

Overview

Public: Will be raised if a method directive for configurating the Gate is used but the directive is not allowed for usage.

Instance Method Summary collapse

Instance Method Details

#messageObject



44
45
46
# File 'lib/seatbelt/errors/errors.rb', line 44

def message
  "The directive you want to use is not allowed."
end