<?php

namespace App\Model\Exception;

use Exception;

class NumberFormatException extends Exception { }
