Sha256: f0c97c4ce5dec9285e9d611c84c517ec70c5fde5c9e43d91eaa222b3fa020689
Contents?: true
Size: 412 Bytes
Versions: 15
Compression:
Stored size: 412 Bytes
Contents
module ForestLiana module Ability module Exceptions class UnknownCollection < ForestLiana::Errors::ExpectedError def initialize(collection_name, backtrace = nil) super( 409, :conflict, "The collection #{collection_name} doesn't exist", 'collection not found', backtrace ) end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems