RushCode/m1-api

View on GitHub
src/Exceptions/MethodNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace leocata\M1\Exceptions;

class MethodNotFound extends \BadMethodCallException
{
}