*/ class BadJsonFilter extends \Core\Exceptions\WebServiceException { /** * Creates exception */ public function __construct() { parent::__construct("The JSON you have provided is invalid"); } }