summaryrefslogtreecommitdiffstats
path: root/Exceptions/TooEarlyException.php
blob: 989a416b529a63100c641da6e2c5b148589da799 (plain)
1
2
3
4
5
6
<?php

class TooEarlyException extends UnexpectedValueException
{

}