Sha256: 1a77ddb9c50e09e755277eb33dee53673dc6f4efa51f7d4b7a071a5aa0be6b70

Contents?: true

Size: 386 Bytes

Versions: 72

Compression:

Stored size: 386 Bytes

Contents

module ForestLiana
  module Ability
    module Exceptions
      class TriggerForbidden < ForestLiana::Errors::ExpectedError
        def initialize
          super(
            403,
                :forbidden,
                'You don\'t have the permission to trigger this action',
                'CustomActionTriggerForbiddenError'
          )
        end
      end
    end
  end
end

Version data entries

72 entries across 72 versions & 1 rubygems

Version Path
forest_liana-9.6.0 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.7 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.6 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.5 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.4 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.3 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.2 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.1 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.5.0 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.4.3 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.4.2 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.4.1 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.4.0 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-8.3.3 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.3.16 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.3.15 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.3.14 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.3.13 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.3.12 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb
forest_liana-9.3.11 app/services/forest_liana/ability/exceptions/trigger_forbidden.rb