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