CountryNotFoundException constructor

const CountryNotFoundException([
  1. String message = 'The country was not found'
])

Define a CountryNotFoundException class.

Implementation

const CountryNotFoundException([this.message = 'The country was not found']);