Sign in
fuchsia
/
reference-docs
/
main
/
.
/
f7
/
sdk
/
dart
/
package-fuchsia_modular_module
/
ModuleStateException
/
ModuleStateException.md
blob: 3c7431f21234f213780a43903bd06f146a559636 [
file
] [
log
] [
blame
] [
view
]
# ModuleStateException constructor
*[<
Null
safety
>](
https
:
//dart.dev/null-safety)*
ModuleStateException
(
String
message
)
<p>
The
default
constructor
for
this
module
.</
p
>
## Implementation
```dart
ModuleStateException(this.message);
```