1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
<?php namespace Antavo\SignedToken\Exceptions; /** * An ancestor class for all exception types thrown when working with * {@see Antavo\SignedToken\SignedToken} objects. * * @abstract */ abstract class Exception extends \RuntimeException {}