1: <?php 2: 3: namespace Scopus\Exception; 4: 5: use Exception; 6: 7: class JsonException extends Exception 8: { 9: 10: }