CatException constructor Null safety
- String reason,
- [StackTraceImpl? stacktrace]
Thrown if the cat
function encouters an error.
Implementation
CatException(String reason, [StackTraceImpl? stacktrace])
: super(reason, stacktrace);
Thrown if the cat
function encouters an error.
CatException(String reason, [StackTraceImpl? stacktrace])
: super(reason, stacktrace);