Sha256: f02a62cd009aca5900318e34c84167f513051c9a3f188332740853959b361cee

Contents?: true

Size: 197 Bytes

Versions: 1

Compression:

Stored size: 197 Bytes

Contents

module RailsLiveDashboard
  module Exceptions
    class EntryNotFound < StandardError
      def initialize(type, id)
        super("#{type}(id: #{id}) entry not found")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_live_dashboard-0.2.0 lib/rails_live_dashboard/exceptions/entry_not_found.rb