<?php

namespace GFExcel\Exception;

/**
 * Exception that represents a wrong value for a property.
 */
class WrongValueException extends Exception
{
}
