ProviderNotBootedException class

An exception that is thrown when resolving services on a not booted ServiceProvider.

Inheritance

Constructors

ProviderNotBootedException()
Creates a new ProviderNotBootedException object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
inner CatalystBuilderException?
A inner exception
finalinherited
message String
The exception message
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited