MoneyMeg/starling-php-sdk

View on GitHub
src/Exception/InvalidCAFile.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Starling\Exception;

class InvalidCAFile extends \Exception
{
    protected $message = 'Sorry, your CA file could not be found.';
}