<?php

namespace MatrixPhp\Exceptions;

/**
 * Simple exception to differentiate validation exception from other exceptions
 *
 * @package MatrixPhp\Exceptions
 */
class ValidationException extends \Exception {}
