Resolve AT Protocol DIDs, handles, and schemas with intelligent caching for Laravel
at main 122 B view raw
1<?php 2 3namespace SocialDept\AtpResolver\Exceptions; 4 5use Exception; 6 7class ResolverException extends Exception 8{ 9 // 10}