af83/chouette-core

View on GitHub
app/lib/tom_tom/errors/matrix_remote_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module TomTom
  module Errors
    class MatrixRemoteError < RuntimeError; end
  end
end