AlreadyExistsException constructor

AlreadyExistsException([
  1. String message = 'The resource already exists'
])

Implementation

AlreadyExistsException([super.message = 'The resource already exists']);