Error messages

This is the list of error messages, as found in die() and exit() expressions.

MessageFileLine
\sprintf('Uninstantiable class %s'$fqcn)
/src/Blister/Definition.php107
\sprintf('Class %s has no method %s'$class->name$name)
/src/Blister/Definition.php139
\sprintf('Cannot use "%s" as an alias for %s'$alias$fqcn)
/src/Blister/Definition.php78
\sprintf('Unable to find class %s'$fqcn)
/src/Blister/Definition.php101
\sprintf('Unable to find or read compiler template: "%s"'$template)
/src/Blister/Template.php187
\sprintf('%s, at %s (%d)'$message$file$line)
/src/Blister/Template.php199
\sprintf('Unable to resolve parameter $%s for %s'$name$fqmn)
/src/Blister/Injector.php430
\sprintf('Invalid container class name: "%s"'$fqcn)
/src/Blister/Template.php181
\sprintf('Unable to find service "%s"'$fqcn)
/src/Blister/Injector.php335
\sprintf('Unable to create service "%s"'$fqcn)
/src/Blister/Injector.php341
\sprintf('Unable to find service "%s"'$id)
/src/Blister/Injector.php141
\sprintf('Service cyclic dependency detected: %s', \implode(' < ', \array_keys($this->resolving)) . ' < ' $fqcn)
/src/Blister/Injector.php189
\sprintf('Invalid tag name: "%s"'$name)
/src/Blister/Tag.php46
\sprintf('%s cannot be bound to %s'$impl$fqcn)
/src/Blister/ConcreteService.php114
\sprintf('Missing required binding: %s'$fqcn)
/src/Blister/Bubble.php74
'Too many nested services'
/src/Blister/Bubble.php97
\sprintf('Unsupported method name: "%s"'$name)
/src/Blister/Method.php70
\sprintf('Unsupported %s type for parameter $%s from method %s', \gettype($value), $parameter->name$this->methodName($parameter->getDeclaringFunction( )))
/src/Blister/Definition.php392
\sprintf('Too many nesting levels for parameter $%s from method %s'$parameter->name$this->methodName($parameter->getDeclaringFunction( )))
/src/Blister/Definition.php365
\sprintf('Unsupported %s parameter $%s for method %s%s', \gettype($value), $parameter->name$this->methodName($parameter->getDeclaringFunction( )), $type ? (', ' $type ' required...') : '')
/src/Blister/Definition.php332
\sprintf('Variadic parameter $%s from method %s expected string tag value, got %s'$parameter->name$this->methodName($parameter->getDeclaringFunction( )), \gettype($tag))
/src/Blister/Definition.php237
\sprintf('Unable to resolve parameter $%s while resolving %s'$parameter->name$this->methodName($method))
/src/Blister/Definition.php203
\sprintf('Method %s is not public'$this->methodName($method))
/src/Blister/Definition.php187