Sha256: 74ca3f61725c29a9e7063b4e6cbd983c15139a3205fe305240556412bec4ad55
Contents?: true
Size: 461 Bytes
Versions: 15
Compression:
Stored size: 461 Bytes
Contents
module ForestLiana module Ability module Exceptions class ActionConditionError < ForestLiana::Errors::ExpectedError def initialize (backtrace = nil) super( 409, :conflict, 'The conditions to trigger this action cannot be verified. Please contact an administrator.', 'InvalidActionConditionError', backtrace ) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems