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

namespace Psecio\Gatekeeper\Exception;

class DataNotFoundException extends \Exception
{

}