comsave/salesforce-outbound-message-bundle

View on GitHub
src/Comsave/SalesforceOutboundMessageBundle/Exception/DocumentNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Comsave\SalesforceOutboundMessageBundle\Exception;

class DocumentNotFoundException extends SalesforceException
{
    protected $message = 'You are trying to access a document that could not be found. Did you forget to add the document path to your config file?';
}