Finesse/Wired

View on GitHub
src/Exceptions/ModelException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Finesse\Wired\Exceptions;

/**
 * Common model error.
 *
 * @author Surgie
 */
class ModelException extends \RuntimeException implements ExceptionInterface {}