Skip to content
  • This project
    • Loading...
  • Sign in

Jeff Balicki / FP_Canada

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • FP_Canada
  • vendor
  • vlucas
  • phpdotenv
  • src
  • Exception
  • ExceptionInterface.php
  • Jeff Balicki's avatar
    Fp start · b4d0143c
    b4d0143c
    Jeff Balicki committed 2022-01-12 16:37:10 -0500
ExceptionInterface.php 120 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
<?php

namespace Dotenv\Exception;

/**
 * This is the exception interface.
 */
interface ExceptionInterface
{
    //
}