sferik/x-ruby

View on GitHub
lib/x/errors/server_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
require_relative "http_error"

module X
  class ServerError < HTTPError; end
end