1 <?php 2 3 namespace Skimia\ApiFusion\Domain\Exceptions; 4 5 use Exception; 6 7 class AuthorisationException extends Exception 8 { 9 } 10