Home Reference Source Test Repository

lib/classes/errors/EmbedValidationError.js

'use strict';

/**
* Error occurs when an Embed object fails validation.
*/
class EmbedValidationError extends Error {}

module.exports = EmbedValidationError;