ConnectionException constructor
const
ConnectionException(})
Implementation
const ConnectionException(
super.message, {
super.code = 'P1000',
super.originalError,
super.context,
this.host,
this.port,
});
const ConnectionException(
super.message, {
super.code = 'P1000',
super.originalError,
super.context,
this.host,
this.port,
});