dusterio/laravel-aws-worker

View on GitHub
src/Exceptions/MalformedRequestException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dusterio\AwsWorker\Exceptions;

/**
 * Class MalformedRequestException
 * @package Dusterio\AwsWorker\Exceptions
 */
class MalformedRequestException extends \Exception
{

}