hooman-mirghasemi/Laravel-iran-sms

View on GitHub
src/Exceptions/DriverNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace HoomanMirghasemi\Sms\Exceptions;

use Exception;

class DriverNotFoundException extends Exception
{
}