export default class ProfileNotSetError extends BaseError {

  constructor(message = 'Profile not set') {
    super(message)
    if (Error.captureStackTrace) {