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