<?php

namespace Pionia\Exceptions;

/**
 * This exception is thrown when a regular expression fails and we are in the exceptions mode.
 */
class InvalidDataException extends BaseException {}
