Home Reference Source Test Repository

lib/classes/errors/UnknownProviderError.js

'use strict';

/**
* Error occurs when a provider cannot not be found for the given URL.
*/
class UnknownProviderError extends Error {}

module.exports = UnknownProviderError;