for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace P2A\YourMembership\Exceptions;
/**
* This is an exception that is thrown when an error occurs with the API responses.
*/
class YourMembershipRequestException extends YourMembershipException
{
}