1 <?php 2 3 namespace RetailCrm\Exception; 4 5 class CurlException extends \RuntimeException 6 { 7 } 8