This is the list of error messages, as found in die() and exit() expressions.
| Message | File | Line |
|---|---|---|
| \sprintf('Uninstantiable class %s', $fqcn) | /src/Blister/Definition.php | 107 |
| \sprintf('Class %s has no method %s', $class->name, $name) | /src/Blister/Definition.php | 139 |
| \sprintf('Cannot use "%s" as an alias for %s', $alias, $fqcn) | /src/Blister/Definition.php | 78 |
| \sprintf('Unable to find class %s', $fqcn) | /src/Blister/Definition.php | 101 |
| \sprintf('Unable to find or read compiler template: "%s"', $template) | /src/Blister/Template.php | 187 |
| \sprintf('%s, at %s (%d)', $message, $file, $line) | /src/Blister/Template.php | 199 |
| \sprintf('Unable to resolve parameter $%s for %s', $name, $fqmn) | /src/Blister/Injector.php | 430 |
| \sprintf('Invalid container class name: "%s"', $fqcn) | /src/Blister/Template.php | 181 |
| \sprintf('Unable to find service "%s"', $fqcn) | /src/Blister/Injector.php | 335 |
| \sprintf('Unable to create service "%s"', $fqcn) | /src/Blister/Injector.php | 341 |
| \sprintf('Unable to find service "%s"', $id) | /src/Blister/Injector.php | 141 |
| \sprintf('Service cyclic dependency detected: %s', \implode(' < ', \array_keys($this->resolving)) . ' < ' . $fqcn) | /src/Blister/Injector.php | 189 |
| \sprintf('Invalid tag name: "%s"', $name) | /src/Blister/Tag.php | 46 |
| \sprintf('%s cannot be bound to %s', $impl, $fqcn) | /src/Blister/ConcreteService.php | 114 |
| \sprintf('Missing required binding: %s', $fqcn) | /src/Blister/Bubble.php | 74 |
| 'Too many nested services' | /src/Blister/Bubble.php | 97 |
| \sprintf('Unsupported method name: "%s"', $name) | /src/Blister/Method.php | 70 |
| \sprintf('Unsupported %s type for parameter $%s from method %s', \gettype($value), $parameter->name, $this->methodName($parameter->getDeclaringFunction( ))) | /src/Blister/Definition.php | 392 |
| \sprintf('Too many nesting levels for parameter $%s from method %s', $parameter->name, $this->methodName($parameter->getDeclaringFunction( ))) | /src/Blister/Definition.php | 365 |
| \sprintf('Unsupported %s parameter $%s for method %s%s', \gettype($value), $parameter->name, $this->methodName($parameter->getDeclaringFunction( )), $type ? (', ' . $type . ' required...') : '') | /src/Blister/Definition.php | 332 |
| \sprintf('Variadic parameter $%s from method %s expected string tag value, got %s', $parameter->name, $this->methodName($parameter->getDeclaringFunction( )), \gettype($tag)) | /src/Blister/Definition.php | 237 |
| \sprintf('Unable to resolve parameter $%s while resolving %s', $parameter->name, $this->methodName($method)) | /src/Blister/Definition.php | 203 |
| \sprintf('Method %s is not public', $this->methodName($method)) | /src/Blister/Definition.php | 187 |