<?php namespace Xentral\Modules\Country\Exception; use RuntimeException; class CountryMigrationFailedException extends RuntimeException implements CountryExceptionInterface { }