<?php

namespace App\Model\Exception;

use Exception;

class EmptyNumberException extends Exception { }
