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

Version Path
can_can_dry-0.5.7 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.6 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.5 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.4 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.3 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.2 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.1 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.5.0 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.4.1 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb
can_can_dry-0.4.0 lib/can_can_dry/ability_mapping/path_mapping_not_found.rb