ManageIQ/manageiq

View on GitHub
tools/pg_inspector/error.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module PgInspector
  module Error
    class PgInspectorError < RuntimeError
    end

    class ApplicationNameIncompleteError < PgInspectorError
    end
  end
end