for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Twistor\Flysystem\Exception;
use League\Flysystem\Exception;
class TriggerErrorException extends Exception
{
protected $defaultMessage;
public function formatMessage($function)
return sprintf($this->message ? $this->message : $this->defaultMessage, $function);
}