require 'waeasyapi/errors/waeasyapi_error' module WAEasyAPI # There is some problem with the server class ServerError < WAEasyAPI::Error end end