1: <?php
2:
3: namespace Baril\Orderly;
4:
5: use RuntimeException;
6:
7: class PositionException extends RuntimeException
8: {
9: //
10: }
11: