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