File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/league/tactician/src/Exception/InvalidMiddlewareException.php
Back
<?php namespace League\Tactician\Exception; /** * Thrown when the CommandBus was instantiated with an invalid middleware object */ class InvalidMiddlewareException extends \InvalidArgumentException implements Exception { public static function forMiddleware($middleware) { $name = is_object($middleware) ? get_class($middleware) : gettype($middleware); $message = sprintf( 'Cannot add "%s" to middleware chain as it does not implement the Middleware interface.', $name ); return new static($message); } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings