<?php
namespace model;
use RuntimeException;
class PseudoDejaPrisException extends RuntimeException
{
}