summaryrefslogtreecommitdiffstats
path: root/src/Psecio/Gatekeeper/Exception/ThrottleNotFoundException.php
blob: 33288ad3f43de918fb2815a713a975d64e804c09 (plain)
1
2
3
4
5
6
7
8
<?php

namespace Psecio\Gatekeeper\Exception;

class ThrottleNotFoundException extends \Exception
{

}