Dhii/exception

View on GitHub
src/CreateRuntimeExceptionCapableTrait.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

The method _createRuntimeException is not named in camelCase.
Invalid

protected function _createRuntimeException($message = null, $code = null, $previous = null)
{
return new RuntimeException($message, $code, $previous);
}

There are no issues that match your filters.

Category
Status