<?php

namespace App\Exceptions\Import;

use Exception;

class ObjectExistsException extends Exception {}