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

Version Path
can_can_dry-0.3.1 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.3.0 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.2.0 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.1.0 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.0.8 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.0.7 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.0.6 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.0.5 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb