Sha256: 7ebd841fa3b5bde8b183abb1b8d66241e0bb38a50b59068966eead982bcc1d10
Contents?: true
Size: 282 Bytes
Versions: 10
Compression:
Stored size: 282 Bytes
Contents
# frozen_string_literal: true module CanCanDry module AbilityMapping class PathMappingNotFound < RuntimeError def initialize(path, method, error) super("Falha ao tentar recuperar mapeamento \"#{path}\", método=#{method}: #{error}") end end end end
Version data entries
10 entries across 10 versions & 1 rubygems